home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000328_mackay@cs.washington.edu_Tue Feb 22 09:38:30 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA06618
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 22 Feb 1994 20:38:32 -0500
  3. Return-Path: <mackay>
  4. Received: from localhost (mackay@localhost) by june.cs.washington.edu (8.6.4/7.1ju+) id RAA29512; Tue, 22 Feb 1994 17:38:30 -0800
  5. Date: Tue, 22 Feb 1994 17:38:30 -0800
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199402230138.RAA29512@june.cs.washington.edu>
  8. To: neal@ctd.comsat.com
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: Neal Becker's message of Tue, 22 Feb 94 08:17 EST <m0pYwzB-0002fOC@neal.ctd.comsat.com>
  11. Subject: Re: Slow startup
  12.  
  13. I am using nfs mounts on really slow machines, but I use
  14. links into "accelerator" directories to help things along.
  15.   # The write-black, bitmapped type1 and write-white choices at this site
  16.   set WB=cx
  17.   set WW=ricoh
  18.   set BM=ps-to-pk
  19.   #
  20.   # (use the ${} variable form throughout---it saves grief.
  21.   #
  22.   set TEXMFROOT=/usr2/local/lib/texmf
  23.   setenv TEXROOT ${TEXMFROOT}/tex
  24.   setenv TEXFONTS .:${TEXMFROOT}/fonts//
  25.   setenv TEXINPUTS .:${TEXROOT}//
  26.   setenv TEXFORMATS .:${TEXMFROOT}/ini
  27.   setenv TEXPOOL ${TEXFORMATS}
  28.  
  29.   setenv MFROOT ${TEXMFROOT/mf
  30.   setenv MFINPUTS .:${MFROOT}//:${TEXMFROOT}/fonts/public//src
  31.   setenv MFBASES ${TEXFORMATS}
  32.   setenv MFPOOL ${MFBASES}
  33.  
  34.   # The 00[TFM.VF,XDVI] directories are "accelerators" where links
  35.   # to files that are in extremely frequent use are placed.
  36.   #
  37.   # The 00PK directory is where MakeTeXPK stores its
  38.   # output.  It must therefore be in both XDVI and DVIPS paths.
  39.   # It can also be used as an "accelerator" directory for
  40.   # links to frequently used PK files.  But don't store write-white
  41.   # fonts there unless you are unlucky enough to have a write-white
  42.   # printer.
  43.   #
  44.   # XDVIFONTS takes write-white fonts from the ricoh set
  45.   # but since we don't have to worry about write-white printers
  46.   # any more, the ricoh directories contain only resolutions
  47.   # below 360 dpi.  Above that it doesn't really matter very much.
  48.   # Don't leave out the ${BM} part of the XDVI path if type1
  49.   # fonts are in use.
  50.   # NOTE: If we decide to use MakeTeXPK at all with XDVI, we will
  51.   # set it to produce fonts for the hardcopy printer only
  52.   setenv TFMFONTS .:${TEXMFROOT}/fonts/00TFM:${TEXMFROOT}/fonts//tfm
  53.   setenv VFFONTS .:${TEXMFROOT}/fonts/00VF:${TEXMFROOT}/fonts//vf
  54.   setenv XDVIFONTS .:${TEXMFROOT}/fonts/00XDVI:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}/fonts//${WW}:${TEXMFROOT}/fonts//${BM}:${TEXMFROOT}//${WB}
  55.   setenv DVIPSFONTS .:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}//${WB}
  56.   setenv PKFONTS $DVIPSFONTS
  57.   setenv TEXPKS $DVIPSFONTS